home *** CD-ROM | disk | FTP | other *** search
- *** orig/libgplus.262/libgplus/src/ioob.cc Sun Dec 18 20:18:42 1994
- --- src/libgplus.262/libgplus/src/ioob.cc Sun Dec 18 20:19:12 1994
- ***************
- *** 23,29 ****
- --- 23,33 ----
- #ifdef __GNUG__
- #pragma implementation
- #endif
- + #ifndef __MSDOS__
- #include <Obstack.h>
- + #else
- + #include <_Obstack.h>
- + #endif
-
- // Obstacks are used as an easy way to allocate enough space
- // for various builtin input operations
-